SftTabs/NET 6.0

EachRow Property, SftTabs Class

Softel vdm, Inc.

Defines the number of tabs per tab row.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property EachRow As Integer

C#   

public int EachRow { get; set; }

C++   

public: property int EachRow {
        int get();
        void set(int value);
}

Property Value

The number of tabs that are placed in each available tab row.

The default value is 0.

Comments

The EachRow property defines the number of tabs per tab row.

The EachRow property only applies to fixed width tabs (Fixed property) as it determines the width of fixed-width tabs. If the EachRow property is set to a value other than 0, fixed width tabs are automatically enabled (see Fixed property).

The value defined using EachRow must be equal to or larger than the number of tabs that are actually displayed on each row. By setting the EachRow property to a higher value, the tabs on each row are sized as if that number of tabs were present on each row. If the EachRow property defines a value smaller than the number of tabs per row that must be displayed to show all tabs, the value is ignored.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com